home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODF & Cyberdog / CyberStarter / Sources / PartInfo.fr < prev    next >
Encoding:
Text File  |  1996-04-22  |  905 b   |  30 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                PartInfo.fr
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #include "FWResFil.k"
  11. #include "FWPart.k"
  12. #include "FWPart.fr"
  13. #include "FWString.fr"
  14. #include "Define.h"
  15. #include "Binding.h"
  16.  
  17. //----------------------------------------------------------------------------------------
  18. // PartInfo
  19. // Provides user interface elements which the part is required to supply to OpenDoc
  20. // We can't use the nmap resources for this purpose because they aren't cross-platform.
  21. //----------------------------------------------------------------------------------------
  22.  
  23. resource FW_RPartInfo(kPartInfoID)
  24. {
  25.     kViewAsIconID,
  26.     "ODF CyberStarter R1",
  27.     kKind
  28. };
  29.  
  30.